fcmlib

Crates.iofcmlib
lib.rsfcmlib
version0.1.0
sourcesrc
created_at2024-02-25 20:33:50.509383
updated_at2024-02-25 20:33:50.509383
descriptionLibrary to read and write Brother's FCM plotter files
homepage
repositoryhttps://github.com/justjanne/fcmlib/
max_upload_size
id1152771
size49,373
Janne Mareike Koschinski (justjanne)

documentation

README

Rust FCM Library

This project contains a fully fledged implementation of Brother's FCM format, allowing you to read, write, edit and create FCM files natively.

The library is designed to create files which are bit-for-bit identical to ones that Canvas Workspace (web or app) would have created. To ensure compatibility, over 1000 sample files are used as test cases.

The FCM parser was written using Nom to ensure it's safe and secure.

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Commit count: 0

cargo fmt