docs.rs failed to build wincent-0.0.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
wincent-0.1.2
wincent-rs
Overview
Wincent is a rust library for managing Windows quick access functionality, providing comprehensive control over your file system's quick access content.
Features
- 🔍 Query Quick Access Contents
- 🗑️ Remove Specific Quick Access Entries
- 👁️ Toggle Visibility of Quick Access Items
Installation
Add the following to your Cargo.toml:
[]
= "*"
Quick Start
Querying Quick Access Contents
use get_quick_access_items;
Removing a Quick Access Entry
use remove_from_recent_files;
Toggling Visibility
use ;
Error Handling
The library uses Rust's Result type for comprehensive error management, allowing precise handling of potential issues during quick access manipulation.
Compatibility
- Supports Windows 10 and Windows 11
- Requires Rust 1.60.0 or later
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b wincent/amazing-feature) - Commit your changes (
git commit -m 'feat: Add some amazing feature') - Push to the branch (
git push origin wincent/amazing-feature) - Open a Pull Request
Development Setup
# Clone the repository
# Install development dependencies
Roadmap
- Test on more windows version
- Better way to interact with quick access
Disclaimer
This library interacts with system-level Quick Access functionality. Always ensure you have appropriate permissions and create backups before making significant changes.
Support
If you encounter any issues or have questions, please file an issue on our GitHub repository.
Thanks
License
Distributed under the MIT License. See LICENSE for more information.
Author
Developed with 🦀 by @Hellager