mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
Merge pull request #49 from go-enry/bzz-doc-facelift
Docs: mention Rust bindings and IsGenerated
This commit is contained in:
commit
a724bce4a1
@ -14,6 +14,7 @@ Programming language detector and toolbox to ignore binary or vendored files. _e
|
|||||||
- [Go](#go)
|
- [Go](#go)
|
||||||
- [Java bindings](#java-bindings)
|
- [Java bindings](#java-bindings)
|
||||||
- [Python bindings](#python-bindings)
|
- [Python bindings](#python-bindings)
|
||||||
|
- [Rust bindings](#rust-bindings)
|
||||||
- [Divergences from linguist](#divergences-from-linguist)
|
- [Divergences from linguist](#divergences-from-linguist)
|
||||||
- [Benchmarks](#benchmarks)
|
- [Benchmarks](#benchmarks)
|
||||||
- [Why Enry?](#why-enry)
|
- [Why Enry?](#why-enry)
|
||||||
@ -148,6 +149,11 @@ Generated Python bindings using a C shared library and cffi are WIP under [src-d
|
|||||||
A library is going to be published on pypi as [enry](https://pypi.org/project/enry/) for
|
A library is going to be published on pypi as [enry](https://pypi.org/project/enry/) for
|
||||||
macOS and linux platforms. Windows support is planned under [src-d/enry#150](https://github.com/src-d/enry/issues/150).
|
macOS and linux platforms. Windows support is planned under [src-d/enry#150](https://github.com/src-d/enry/issues/150).
|
||||||
|
|
||||||
|
### Rust bindings
|
||||||
|
|
||||||
|
Generated Rust bindings using a C static library are available at https://github.com/go-enry/rs-enry.
|
||||||
|
|
||||||
|
|
||||||
## Divergences from Linguist
|
## Divergences from Linguist
|
||||||
|
|
||||||
The `enry` library is based on the data from `github/linguist` version **v7.13.0**.
|
The `enry` library is based on the data from `github/linguist` version **v7.13.0**.
|
||||||
@ -170,9 +176,6 @@ Parsing [linguist/samples](https://github.com/github/linguist/tree/master/sample
|
|||||||
|
|
||||||
- Bayesian classifier can't distinguish "SQL" from "PLpgSQL. See [#194](https://github.com/src-d/enry/issues/194).
|
- Bayesian classifier can't distinguish "SQL" from "PLpgSQL. See [#194](https://github.com/src-d/enry/issues/194).
|
||||||
|
|
||||||
- Detection of [generated files](https://github.com/github/linguist/blob/bf95666fc15e49d556f2def4d0a85338423c25f3/lib/linguist/generated.rb#L53) is not supported yet.
|
|
||||||
(Thus they are not excluded from CLI output). See [#213](https://github.com/src-d/enry/issues/213).
|
|
||||||
|
|
||||||
- Overriding languages and types though `.gitattributes` is not yet supported. See [#18](https://github.com/src-d/enry/issues/18).
|
- Overriding languages and types though `.gitattributes` is not yet supported. See [#18](https://github.com/src-d/enry/issues/18).
|
||||||
|
|
||||||
- `enry` CLI output does NOT exclude `.gitignore`ed files and git submodules, as Linguist does
|
- `enry` CLI output does NOT exclude `.gitignore`ed files and git submodules, as Linguist does
|
||||||
|
Loading…
Reference in New Issue
Block a user