https://github.com/quark-zju/esl01-libs
Unofficial snapshots of a subset of crates in facebook/sapling
https://github.com/quark-zju/esl01-libs
Last synced: 3 months ago
JSON representation
Unofficial snapshots of a subset of crates in facebook/sapling
- Host: GitHub
- URL: https://github.com/quark-zju/esl01-libs
- Owner: quark-zju
- License: gpl-2.0
- Created: 2020-03-13T07:14:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T02:42:16.000Z (over 2 years ago)
- Last Synced: 2025-01-08T08:45:53.574Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 613 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Unofficial snapshots of a subset of crates in [Sapling](https://github.com/facebook/sapling).
## Usage
The crates are prefixed with `esl01-` to avoid conflicts with official publication in the future. So you'll need to use the `esl01-` prefix when specifying dependencies:
```
# Cargo.toml
[dependencies]
esl01-drawdag = "0.3"
```You can use the non-prefixed names in Rust code. This works because `lib.name` is set in `Cargo.toml` to not have the prefix:
```
// lib.rs
let parsed = drawdag::parse("A..E");
```## Issues
Bug reports and discussions should go [upstream](https://github.com/facebook/sapling).
## Versions
- 0.3: [Snapshot](https://github.com/facebook/sapling/commit/b805766dd5edef4cee15cb694ae21f85b9bfc2d4) taken on Jan 26, 2023.