Adding ceylon_next library as a dependency

Run this command in a terminal, in your project's directory:

cargo add ceylon-next

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

ceylon-next = "0.1.1"

The ceylon_next library will be automatically available globally. Read the ceylon_next library documentation.

Back to the crate overview.