An open API service indexing awesome lists of open source software.

https://github.com/bonnyad9/filesan

Uniquely escape disallowed filenames.
https://github.com/bonnyad9/filesan

filename filename-sanitization filesanitiser sanitization

Last synced: 9 months ago
JSON representation

Uniquely escape disallowed filenames.

Awesome Lists containing this project

README

          

# filesan
[![crates.io][version-badge]][package]
[![donwloads][downloads-badge]][releases]

Filename sanitizer.

Given a filename, escape the filename so that it is allowed by OS. For more
info and examples see [documentation][doc].

## Links
- **Author:** [BonnyAD9][author]
- **GitHub:** [BonnyAD9/filesan][github]
- **Package:** [crates.io][package]
- **Documentation:** [docs.rs][doc]
- **My Website:** [bonnyad9.github.io][my-web]

[doc]: https://docs.rs/filesan/latest/filesan/
[author]: https://github.com/BonnyAD9
[github]: https://github.com/BonnyAD9/filesan
[package]: https://crates.io/crates/filesan
[my-web]: https://bonnyad9.github.io/
[version-badge]: https://img.shields.io/crates/v/filesan
[downloads-badge]: https://img.shields.io/crates/d/filesan
[releases]: https://github.com/BonnyAD9/filesan/releases