oxide

(★ 135)

The essence of Rust.

File Explorer

  • .ensime
  • .gitignore
  • .gitmodules
  • anonymizer.sh
  • dune-project
  • eval.sh
  • LICENSE
  • package.sh
  • README-submission.md
  • README.md
  • tests

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

opam

View Details ▼

OCaml Package Manager.
Manage OCaml compilers, tools, and libraries.

opam init

Initialize opam for first use:

opam search {{query}}

Search for packages:

opam install {{package}}

Install a package and all of its dependencies:

// repository documentation