A scrapper that abstracts the IQ Option API calls into a Rust package.

Overview
You might also like...
An efficient method of heaplessly converting numbers into their string representations, storing the representation within a reusable byte array.

NumToA #![no_std] Compatible with Zero Heap Allocations The standard library provides a convenient method of converting numbers into strings, but thes

Rs.aws-login - A command line utility to simplify logging into AWS services.

aws-login A command line utility to simplify logging into AWS accounts and services. $ aws-login use ? Please select a profile to use: › ❯ dev-read

Creates a DLL that runs a payload once injected into a process.

Educational purposes only Don't use this project maliciously. Prerequisites Install rust Install windows toolchain Setup Run cargo run --bin builder -

Renders typst code blocks in Obsidian into images using Typst through the power of WASM!
Renders typst code blocks in Obsidian into images using Typst through the power of WASM!

Obsidian Typst Renders typst code blocks into images using Typst through the power of WASM! This is still very much in development, so suggestions/bug

A swc plugin that automatically converts React component libraries into "React Client Component"

A swc plugin that automatically converts React component libraries into "React Client Component". For example, you can automatically convert components from @mui into "React Client Component" without having to wrap a component that uses "use client".

The lambda-chaos-extension allows you to inject faults into Lambda functions without modifying the function code.
The lambda-chaos-extension allows you to inject faults into Lambda functions without modifying the function code.

Chaos Extension - Seamless, Universal & Lightning-Fast The lambda-chaos-extension allows you to inject faults into Lambda functions without modifying

A tool that transforms an IMVU badge canvas into a single cohesive image.

IMVU Badge Canvas Image Generator This tool fetches an IMVU user's badge canvas and creates a single unified image representation of it. Instead of ha

A simple omegle API written in Rust

omegalul-rs omegalul-rs is a work-in-progress opensource library for building Omegle clients. Features Current Features Fetching random server from om

High level rust abstractions for the libretro API

libretro-rs Design Philosophy The approach to this crate can best be summarized as wanting to expose all functionality, even if not idiomatically. The

Comments
Releases(v0.0.3)
  • v0.0.3(Jul 18, 2023)

    What's Changed

    • Feat/issue 1 by @sydo26 in https://github.com/sydo26/iqoption-rs/pull/2
    • chore: fix jobs in codecov by @sydo26 in https://github.com/sydo26/iqoption-rs/pull/3
    • Bugfix/issue 2 by @sydo26 in https://github.com/sydo26/iqoption-rs/pull/5
    • style: codecov tabs fix by @sydo26 in https://github.com/sydo26/iqoption-rs/pull/6
    • Create apisec-scan.yml by @sydo26 in https://github.com/sydo26/iqoption-rs/pull/7
    • Revert "Create apisec-scan.yml" by @sydo26 in https://github.com/sydo26/iqoption-rs/pull/8
    • chore: set package cargo and github-actions with daily interval by @sydo26 in https://github.com/sydo26/iqoption-rs/pull/9
    • chore(deps): bump actions/checkout from 2 to 3 by @dependabot in https://github.com/sydo26/iqoption-rs/pull/10
    • Feat/more complete workflow by @sydo26 in https://github.com/sydo26/iqoption-rs/pull/11
    • Feat/more complete workflow by @sydo26 in https://github.com/sydo26/iqoption-rs/pull/12
    • Feat/more complete workflow by @sydo26 in https://github.com/sydo26/iqoption-rs/pull/13
    • Bump version to v0.0.3 by @github-actions in https://github.com/sydo26/iqoption-rs/pull/17

    New Contributors

    • @sydo26 made their first contribution in https://github.com/sydo26/iqoption-rs/pull/2
    • @dependabot made their first contribution in https://github.com/sydo26/iqoption-rs/pull/10
    • @github-actions made their first contribution in https://github.com/sydo26/iqoption-rs/pull/17

    Full Changelog: https://github.com/sydo26/iqoption-rs/commits/v0.0.3

    Source code(tar.gz)
    Source code(zip)
Owner
Vinícius Roque
Full-Stack Developer | Node | React | AWS | GCP | Information Systems Student.
Vinícius Roque
Demonstration of flexible function calls in Rust with function overloading and optional arguments

Table of Contents Table of Contents flexible-fn-rs What is this trying to demo? How is the code structured? Named/Unnamed and Optional arguments Mecha

Tien Duc (TiDu) Nguyen 81 Nov 3, 2022
The system for remote workers to prevent their family members from interrupting conference calls

onair The system for remote workers to prevent their family members from interrupting conference calls. The system is designed to automatically detect

Yushi OMOTE 6 Sep 21, 2022
Membrane is an opinionated crate that generates a Dart package from a Rust library. Extremely fast performance with strict typing and zero copy returns over the FFI boundary via bincode.

Membrane is an opinionated crate that generates a Dart package from a Rust library. Extremely fast performance with strict typing and zero copy returns over the FFI boundary via bincode.

Jerel Unruh 70 Dec 13, 2022
Rust no_std, embedded_hal board support package for the Electro-Smith Daisy platform.

Daisy Rust no_std, embedded_hal board support package for the Electro-Smith Daisy platform. This project was forked from antoinevg/daisy_bsp. Supporte

zlosynth 5 Dec 4, 2022
A simple to use rust package to generate or parse Twitter snowflake IDs,generate time sortable 64 bits unique ids for distributed systems

A simple to use rust package to generate or parse Twitter snowflake IDs,generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)

houseme 5 Oct 6, 2022
A library to compile USDT probes into a Rust library

sonde sonde is a library to compile USDT probes into a Rust library, and to generate a friendly Rust idiomatic API around it. Userland Statically Defi

Ivan Enderlin 40 Jan 7, 2023
miette is a diagnostic library for Rust. It includes a series of traits/protocols that allow you to hook into its error reporting facilities, and even write your own error reports!

miette is a diagnostic library for Rust. It includes a series of traits/protocols that allow you to hook into its error reporting facilities, and even write your own error reports!

Kat Marchán 1.2k Jan 1, 2023
📦 🚀 a smooth-talking smuggler of Rust HTTP functions into AWS lambda

lando ?? maintenance mode ahead ?? As of this announcement AWS not officialy supports Rust through this project. As mentioned below this projects goal

Doug Tangren 68 Dec 7, 2021
A rollup plugin that compile Rust code into WebAssembly modules

rollup-plugin-rust tl;dr -- see examples This is a rollup plugin that loads Rust code so it can be interop with Javascript base project. Currently, th

Fahmi Akbar Wildana 37 Aug 1, 2022
Translate C++/Rust type into C type with the same memory layout

clayout, translate C++/Rust type into C type with the same memory layout. Generally, clayout is used together with bpftrace. clayout is developed on d

盏一 11 Nov 17, 2022