#source #internal #libftdi #version #bundle #libftdi1-sys #lgpl

sys libftdi1-source-lgpl

libFTDI source code bundle for libftdi1-sys (internal use only)

2 stable releases

1.5.0 Jan 29, 2021
1.4.0 May 6, 2020

#63 in #bundle

Download history 229/week @ 2023-12-14 171/week @ 2023-12-21 272/week @ 2023-12-28 184/week @ 2024-01-04 224/week @ 2024-01-11 183/week @ 2024-01-18 11/week @ 2024-01-25 4/week @ 2024-02-01 11/week @ 2024-02-08 36/week @ 2024-02-15 56/week @ 2024-02-22 33/week @ 2024-02-29 20/week @ 2024-03-07 13/week @ 2024-03-14 28/week @ 2024-03-21 33/week @ 2024-03-28

97 downloads per month
Used in 3 crates (via libftdi1-sys)

LGPL-2.1 AND MIT

170KB
3.5K SLoC

C 3.5K SLoC // 0.3% comments Rust 35 SLoC // 0.1% comments

Internal use only!

This crate provides the LGPL source of libftdi for libftdi1-sys[vendored]. If your dependency tree includes this crate, your final binary likely includes LGPL-licensed code. If you're not sure whether that's acceptable for your use case, please consult your lawyer.

The only reason this is a separate crate is to provide correct licensing metadata because libftdi1-sys is permissively licensed, while the vendored source is LGPL. You should not depend on it directly.

Version X.Y.Z of this crate is interpreted as "libftdi X.Y, crate revision Z". As a result, it may not follow SemVer if libftdi ever breaks it. Thus libftdi1-sys uses strict version dependencies like =1.4.0.

Note that the repository refers to the libftdi repository as a submodule, and that repository contains code under multiple licenses including GPL. The crate package, however, takes care to include only LGPL components.


lib.rs:

This crate provides the LGPL source of libftdi for libftdi1-sys[vendored]. If your dependency tree includes this crate, your final binary likely includes LGPL-licensed code. If you're not sure whether that's acceptable for your use case, please consult your lawyer.

Dependencies