Giter VIP home page Giter VIP logo

quiet-stroll's Introduction

quiet-stroll

Decription

This repository is intend to create a POC of using rust to deliver client/server FS tools to:

  • walk, crawl the file system from an entrypoint in the file tree
  • listdir, simply list the files in a directory
  • glob, use glob

Under the hood

  • walk is perform by jwalk
  • REST server is perform by rocket
  • glob is perform by glob

Installation

cargo install quiet-stroll

Usage

Quiet Stroll is based under rocket framework

Testing

Hello World

By default you will see Hello, world! by visiting http://localhost:8000.

Coffee: HTCPCP

You can test error code with the Hyper Text Coffee Pot Control Protocol by visiting http://localhost:8000/coffee and not coffe

Documentation

You can see the swagger documentation by visiting http://localhost:8000/docs

License

Quiet Stroll is licensed under MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)

quiet-stroll's People

Contributors

dependabot[bot] avatar doubleailes avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

quiet-stroll's Issues

Use globset instead of glob?

Many seems to use globest instead of glob. But a simple glob and globset seems get the same performance but for a set of glob, globset is way faster. Do you to do multiple glob that’s so often?

Add glob

Add a glob method to perform glob file listing

Add listdir

Add a simple monothread listdir method like POST /listdir to perform a simple listing of files in a directory

Change Ci paramater

runs-on: ubuntu-latest-16core
container: ghcr.io/doubleailes/rust-docker-nextest:latest

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.